@charset "UTF-8";
html {
  font-size: 100px;
}
body {
  color: #000;
  /*background: #fff;*/
  background:#f5f5f5;
  font-size: 16px;
  /* min-width: 1200px; */
  font-family: 'Microsoft YaHei', 'SimSun', '宋体';
  cursor: url(../../images/web/auto.ico), auto;
  text-transform: uppercase;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
span {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
input,
button,
select,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
  cursor: url(../../images/web/auto.ico), auto;
}
img{
	vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
b,
i {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  resize: none;
  background-color: transparent;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
a {
  text-decoration: none;
  color: #000;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{clear:both;}
.clearfix{
	*zoom:1;/*IE/7/6*/
}
.clear {
  clear: both;
}
.ovh {
  overflow: hidden;
}

.w {
  /* width: 17.2rem; */
  /*margin: 0 auto;*/
  margin: 0 1rem;
}
.ww {
  /* width: 17.2rem; */
  /*margin: 0 auto;*/
  margin: 0 1rem;
}

.box-show{
    background: #ffffff;
    border: 1px solid rgba(221, 221, 221, 0.28);
    padding: 0 20px!important;
    border-radius: 8px;
    margin-bottom: 20px!important;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(158,158,158,0.2);
    box-shadow: 0px 0px 10px -2px rgba(158,158,158,0.2);
    box-sizing: border-box;
}
.box-show-top{
    background: #ffffff;
    padding-left: 20px!important;
    padding-right: 20px!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(158,158,158,0.2);
    box-shadow: 0px 0px 10px -2px rgba(158,158,158,0.2);
    box-sizing: border-box;
}
.box-show-bottom{
    background: #ffffff;
    padding-left: 20px!important;
    padding-right: 20px!important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px){
	body {
		background: #f7f7f7;
	}
	.w{
		width: 7.5rem;
		margin: .2rem auto 0;
		padding: 0;
		background-color: #ffffff;
		box-sizing: border-box;
	}
	.ww{
		width: 7.5rem;
		margin: 0 auto;
		padding: 0;
		background-color: #ffffff;
		box-sizing: border-box;
	}
	.p24{
		padding-right: .24rem!important;
		padding-left: .24rem!important;
	}
	.p42{
		padding-right: .42rem!important;
		padding-left: .42rem!important;
	}
	.box-show{
        background: #ffffff;
        border: none;
        padding: 0!important;
        border-radius: 0;
        margin-bottom: 0!important;
        -webkit-box-shadow: none;
        box-shadow: none;
        box-sizing: border-box;
    }
    .box-show-top{
        background: #ffffff;
        padding-left: 20px!important;
        padding-right: 20px!important;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        -webkit-box-shadow: 0px 0px 10px -2px rgba(158,158,158,0.2);
        box-shadow: 0px 0px 10px -2px rgba(158,158,158,0.2);
        box-sizing: border-box;
    }
    .box-show-bottom{
        background: #ffffff;
        padding-left: 20px!important;
        padding-right: 20px!important;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-sizing: border-box;
    }
}
